home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MacHack 1997
/
MacHack 1997.toast
/
Hacks
/
Hacks ’96
/
Ahhhhhh Hack
/
Ahhhhhh.h
< prev
next >
Wrap
Text File
|
1996-06-22
|
684b
|
41 lines
/*
#ifndef __TYPES__
#include <Types.h>
#endif
#ifndef __MEMORY__
#include <Memory.h>
#endif
#ifndef __GESTALTEQU__
#include <gestaltequ.h>
#endif
#ifndef __RESOURCES__
#include <Resources.h>
#endif
#ifndef __ERRORS__
#include <Errors.h>
#endif
#ifdef __MWERKS__
#ifndef powerc
#include <A4Stuff.h>
#endif
#endif
ReleaseResource(theResource_Handle);
ReleaseResource(theResource_Handle);
Boolean Ahhhhhh ( void );
pascal void ReleaseResource (Handle theResource);
typedef pascal void ( *ReleaseResourceType ) ( Handle );
extern UniversalProcPtr oldReleaseResource;
*/
const ResType kSoundType = 'snd ';
const short kSoundID = 20000;
const short kLoadSoundID = 10000;